{% extends "base.html" %} {% block content %}
Applications
{% for status,values in app_count.items %} {% endfor %}
{% for job in jobs %}

{{job.title}}

{% for app in applications %}
{% endfor %}
{% endfor %}
{% endblock %}